home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Palm Utilities
/
Palm_Utilities_CD-ROM_2001_2001.iso
/
files
/
utils sync
/
JetSync 1.0
/
jetsync-1.0.exe
/
jetsync-1.0
/
Makefile.in
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1999-10-02
|
213 b
|
17 lines
DIRS = src
VERSION = 0.9b8
all:
@make -C $(DIRS)
clean:
@make clean -C $(DIRS)
debug:
@make debug -C $(DIRS)
distribution:
( cd ..; tar -zcf jetsync-$(VERSION).tgz jetsync-$(VERSION))
stop:
@echo __EOF__